Office .NET Class Library
C#
VB
Show/Hide TOC
Tab
Stop
Type Enumeration
Represents the type of a tab stop.
Definition
Namespace:
Independentsoft.Office.Odf.Styles
Assembly:
Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
Copy
public
enum
TabStopType
VB
Copy
Public
Enumeration
TabStopType
Members
Left
0
Text is left aligned with a tab stop.
Center
1
Text is centered on a tab stop.
Right
2
Text is right aligned with a tab stop.
Char
3
Character appears at a tab stop position.
None
4
None.
See Also
Reference
Independentsoft.Office.Odf.Styles Namespace
In This Article
Definition
Members
See Also